+2004-11-17 Davyd Madeley <davyd@madeley.id.au>
+
+ * gtk/gtkfilechooserdefault.c: Allow backspace to move up the
+ FileChooser tree to make it consistent with Nautilus and others.
+
2004-11-16 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/*.c: Don't include config.h in the examples.
+2004-11-17 Davyd Madeley <davyd@madeley.id.au>
+
+ * gtk/gtkfilechooserdefault.c: Allow backspace to move up the
+ FileChooser tree to make it consistent with Nautilus and others.
+
2004-11-16 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/*.c: Don't include config.h in the examples.
+2004-11-17 Davyd Madeley <davyd@madeley.id.au>
+
+ * gtk/gtkfilechooserdefault.c: Allow backspace to move up the
+ FileChooser tree to make it consistent with Nautilus and others.
+
2004-11-16 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/*.c: Don't include config.h in the examples.
+2004-11-17 Davyd Madeley <davyd@madeley.id.au>
+
+ * gtk/gtkfilechooserdefault.c: Allow backspace to move up the
+ FileChooser tree to make it consistent with Nautilus and others.
+
2004-11-16 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/*.c: Don't include config.h in the examples.
GDK_Up, GDK_MOD1_MASK,
"up-folder",
0);
+ gtk_binding_entry_add_signal (binding_set,
+ GDK_BackSpace, 0,
+ "up-folder",
+ 0);
gtk_binding_entry_add_signal (binding_set,
GDK_KP_Up, GDK_MOD1_MASK,
"up-folder",